home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00629_meatless main dishes.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  174 b   |  12 lines

  1. on mouseDown
  2.   global gStirButton9
  3.   down(gStirButton9)
  4. end
  5.  
  6. on mouseUp
  7.   global gStirButton9
  8.   if up(gStirButton9) then
  9.     resetScroll("meatless main dishes")
  10.   end if
  11. end
  12.